We’re setting up a new implementation of PagerDuty and while we work through the failing integration with SNOW, we’ve begun posting Critical incidents in PD via email.
The regex that I put together seems good -
LIMITED TO ONE IMAGE
The rules appear to be good -
Now I’d like to shape the incident number to just be the Regex group: ^(\D{3}\d{7})
So that when the notification shows up in slack, the hyperlink, is the SNOW incident number, similar to the automation that I built prior to PD -
LIMITED TO ONE IMAGE
My vision for the end-state is:
- Alert triggers
- INC is created
- PD begins notification process
- PD publishes links in Slack
- SNOW ticket
- PD ticket
- Bridge info
- PD creates an INC channel in Slack (SNOW inc number) - Not needed, if the PD integration is robust enough
- PD correlates additional updates to INC and posts those updates
- PD doesn’t trigger additional Alerts or INCs of the same Regex Group
- PD resolves the INC when notification of Resolution is received
- PD archives the INC channel in Slack - Not needed, if the PD integration is robust enough